home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
GW AdaEd 1.4.2
/
GWAdaDemos
/
Spider
/
DRAW19.ADA
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-10
|
318 b
|
38 lines
|
[
TEXT/GADA
]
WITH Spider; USE Spider;
PROCEDURE Drawing19 IS
PROCEDURE Arm IS
BEGIN
Black;
Step;
Step;
Step;
Turn;
Turn;
Turn;
Step;
Turn;
Red;
Step;
Turn;
Step;
Turn;
Step;
Step;
Step;
Step;
Step;
Turn;
END Arm;
BEGIN
Reset;
Arm;
Arm;
Arm;
Arm;
-- Step; -- Predict what happens with this statement added.
Quit;
END Drawing19;